home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 003.dms / 003.adf / EXAMPLE_PROGRAMS / example13_1.AMOS / example13_1.amosSourceCode
AMOS Source Code  |  1993-02-25  |  566b  |  21 lines

  1. Rem EXAMPLE13_1.Amos 
  2. '
  3. '
  4. Rem Positioning screens
  5. '
  6. '
  7. Screen Open 0,228,80,4,Lowres : Curs Off : Paper 2 : Pen 3 : Cls 2
  8. '
  9. '
  10. Rem the 0 is the screen to be postioned
  11. Rem The 190 is the x coordinate, using hardware coordinates  
  12. Rem 112 is the left edge of the screen 
  13. Rem  85 is the y postion 0-312 
  14. RemThe two commas mean use width and height from the selected screen 
  15. Screen Display 0,190,85,,
  16. '
  17. '
  18. Locate 0,3 : Print " POSITIONING SCREENS USING        SCREEN DISPLAY"
  19. Rem This command returns everthing to Amos's system defaults including screens.
  20. Wait Key 
  21. Default